home *** CD-ROM | disk | FTP | other *** search
/ Complete RPG Maker XP - 41 Games / tg esp 48 rpg maker.iso / Essenciais / AdbeRdr707_en_US_distrib.exe / Data1.cab / EScript.api / EXVW / 5703 < prev    next >
Encoding:
Text File  |  2006-01-13  |  488 b   |  15 lines

  1. dialog(name: '$$$/Dialogs/EntryList/Title', target_id: 'text')
  2. {
  3.     group()
  4.     {
  5.         view(align_children: align_left)
  6.         {
  7.             static_text(item_id: 'dsc1', name: '$$$/Dialogs/EntryList/Desc', width: max_char_width() * 48, height: gEditTextHeight * 1);
  8.             list_box(item_id: 'list', width: max_char_width() * 48, height: gEditTextHeight * 10);
  9.         }
  10.         view(alignment: align_fill, align_children: align_right)
  11.         {
  12.             button(view_id: 'ok  ', name: '$$$/Dialogs/EntryList/Close');
  13.         }
  14.     }
  15. }